home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / create.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Text File  |  2003-11-06  |  134b  |  5 lines

  1. on(release){
  2.    dropDown_mc.dropMenu();
  3.    dropDown_mc.holder_mc["answer" + dropDown_mc.selectedOne].highlight_mc._visible = 1;
  4. }
  5.